home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
D-Rom (UK)
/
D_ROM
/
D_ROM (Track 01).bin
/
d-rom95.exe
/
d-rom95.dxr
/
00008.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-07-14
|
170 b
|
10 lines
on mouseUp
global gpathname
if the platform contains "32" then
open(gpathname & "qt32inst.exe")
else
open(gpathname & "qtinstal.exe")
end if
quit()
end